Skip to content

Case Search

Status Component Type

Selection of app + searching for cases

alt-text

Usage

This Component can be used by using the following HTML Tag:

<tcla-live-apps-case-search></tcla-live-apps-case-search>

Inputs

Attribute Type Comments
appIds string[] The list of LA Application IDs you want to handle
sandboxId number sandboxId - this comes from claims resolver

Outputs

Attribute Type Comments
foundRefs EventEmitter
Event foundRefs Search completed (caseRefs returned)
Payload CaseSearchResults caseRefs matching the search (so parent can display them in case list component)

full development Documentation

Link to LiveAppsCaseSearchComponent